home *** CD-ROM | disk | FTP | other *** search
/ Wayzata's Best of Shareware PC/Windows 2 / Wayzata's Best of Shareware 2.0 (Windows) (Wayzata Technology)(7112)(1994).bin / mac / DOS / GRAPHICS / SVIEW110 / SVE.DOC < prev    next >
Text File  |  1992-09-17  |  12KB  |  298 lines

  1.  
  2.      
  3.      
  4.      
  5.      
  6.                        Shez Enhanced Viewer & Editor
  7.      
  8.                                   VER 1.10
  9.      
  10.                                     By
  11.                                Terry Meritt
  12.      
  13.                                   Date:
  14.                                 09/17/1992
  15.  
  16.  
  17.  
  18.      
  19.           If you like to use Shez and like to keep files compressed but still
  20.      have access to them I think you might like these programs.  I you are
  21.      like me and collect GL and FLI animation files you know that these file
  22.      can take up a lot of hard drive space.  Keeping them in compressed files
  23.      saves disk space but means that you have to extract them to view them.
  24.      You can setup alternate viewers in Shez by setting environment strings
  25.      for each file type that you want to be able to view.  This is nice but
  26.      can be hard on memory if you want to be able to setup a lot of viewers.
  27.      This is why I wrote these programs.
  28.      
  29.      File Desc:
  30.      
  31.      SVE.EXE        :  Shez Alternate Viewer - Editor.
  32.      SVEDATMK.EXE   :  Program to make DAT files for SVE.
  33.      SVIEW.SMP      :  Example DAT File for viewing files.
  34.      SEDIT.SMP      :  Example DAT File for editing files.
  35.      SVE.DOC        :  This File.
  36.      
  37.      
  38.  
  39.  
  40.      Setup and Usage:
  41.      
  42.           Copy all EXE files to a directory on the DOS path.  If you have a 
  43.      directory where SHEZ and the archive programs are located and this is on
  44.      the path, this is an good place to put the files.  Also all of the viewers
  45.      that you are going to setup should be in the Path.  On to specific file
  46.      setup.  This is to setup the Alternate Viewer.
  47.      
  48.      SVE.EXE         :    Shez Alternate 'Viewer' - Editor Program
  49.      
  50.           Place the following command line in your AUTOEXEC.BAT file.
  51.      
  52.                          SET SHEZEV=SVE C:\ZIP\SVIEW.DAT $F
  53.      
  54.      The "C:\ZIP\" is the path, drive and directory, of where the file
  55.      SVIEW.DAT  resides.  SVE must be told where to find the DAT file or it
  56.      will not work. The $F is where the filename of the file to view is
  57.      passed from Shez.  If you are having problems with the Viewer make sure
  58.      that the $F is in caps.  You can also setup SVE to be used as your normal
  59.      viewing program.  This is ok for some file viewing but some such as
  60.      Grasp animations some times require more memory.  Using <CTRL>-ENTER
  61.      and using the SHEZEV enviroment variable with Swapping enabled will
  62.      produce better results than just using ENTER.
  63.  
  64.  
  65.      ╒═══════════════════════════[OTHER PROGRAMS TO USE]═══════~═════╕
  66.      │                                                         ~     │
  67.      │    Edit-Program:SVE C:\ZIP\SEDIT.DAT                    ~     │
  68.      │   Program-parms:                                        ~     │
  69.      │                                                         ~     │
  70.      │ Viewing-Program:SVE C:\ZIP\SVIEW.DAT                    ~     │
  71.      │   Program-parms:                                        ~     │
  72.      │                                                         ~     │
  73.      │   Virus-Program:C:\ZIP\SCAN.EXE                         ~     │
  74.      │   Program-parms:                                        ~     │
  75.      │Scan all files or executables only?A   (A or E)          ~     │
  76.      
  77.      
  78.      
  79.  
  80.  
  81.      
  82.      SVE.EXE         :    Shez Alternate Viewer - 'Editor' Program
  83.      
  84.           For Editing the SVE must be set up using the SHEZCFG program.  
  85.      Under program setup when you setup the editor to use enter the 
  86.      following line.
  87.      
  88.                          SE C:\ZIP\SEDIT.DAT
  89.      
  90.      The "C:\ZIP\" is the path, drive and directory, of where the file
  91.      SEDIT.DAT  resides.  SE must be told where to find the DAT file or it
  92.      will not work. Shez voluntarily passes the filename to be edited on the
  93.      command line.  Here is a cut of what the screen for ShezCfg should look
  94.      like when done.
  95.  
  96.      ╒═══════════════════════════[OTHER PROGRAMS TO USE]═══════~═════╕
  97.      │                                                         ~     │
  98.      │    Edit-Program:SE C:\ZIP\SEDIT.DAT                     ~     │
  99.      │   Program-parms:                                        ~     │
  100.      │                                                         ~     │
  101.      │ Viewing-Program:C:\ZIP\LIST.COM                         ~     │
  102.      │   Program-parms:                                        ~     │
  103.      │                                                         ~     │
  104.      │   Virus-Program:C:\ZIP\SCAN.EXE                         ~     │
  105.      │   Program-parms:                                        ~     │
  106.      │Scan all files or executables only?A   (A or E)          ~     │
  107.      
  108.  
  109.      Suggestions for Shez Setup :
  110.      
  111.           The Alternate viewer will work better if you enable the Shez
  112.      swapping options.  All swapping options should be turned on.  See the
  113.      docs that come the Shez to guide you in doing this.
  114.      
  115.      
  116.  
  117.      Setting up DAT files :
  118.      
  119.           SVEDATMK.EXE is used to create the DAT files for both SV and SE.
  120.      The syntax for using SVEDATMK is as follows.
  121.      
  122.           SVEDATMK SVIEW.DAT            :    Make a DAT file for SV
  123.           SVEDATMK SEDIT.DAT            :    Make a DAT file for SE
  124.      
  125.      Let's make a SVIEW.DAT file for the SVE.EXE program.  First you must
  126.      change  directory (CD) to the directory where you placed SVE.EXE and
  127.      SVEDATMK.EXE.   In this case the ZIP directory on C drive.  Then enter
  128.      the following command line.
  129.      
  130.           C:\ZIP\>SVEDATMK SVIEW.DAT
  131.      
  132.      When you run SVEDATMK you will be presented with the following lines.
  133.      
  134.           Just press enter to quit
  135.           Enter File Extension to be searched for ( as GIF ) : _
  136.      
  137.      You need to enter the file extension that you want to setup an alternate
  138.      viewer for.  Such as GL for Grasp animation files.
  139.      
  140.           Just press enter to quit
  141.           Enter File Extension to be searched for ( as GIF ) : gl_
  142.      
  143.      After entering the extension you will see the following lines.
  144.      
  145.           Do you want to change Directory when running Program <Y/N> : _
  146.  
  147.      If the program requires that the file to be viewed or edited must be in
  148.      the current directory you should answer 'Y'.  Most viewers this is not
  149.      needed and you should answer 'N'.  If the program will not take the
  150.      filename on the command line but uses a selection menu to view files this
  151.      change of directory will solve the problems in viewing files of this type.
  152.  
  153.      
  154.           Do you want to change Directory when running Program <Y/N> : n_
  155.  
  156.      GRASPRT will view files anywhere with the path specified with the
  157.      filename, so a 'N'o answer is fine.  If set to 'Y'es the SVE program
  158.      will change directories, run the program, and then change back to the
  159.      original directory.  This change can even be done across drives with no
  160.      problems.  Next lines will set the program to use.
  161.  
  162.         If quiting and no Extention is set Enter your Default Viewer or Editor.
  163.         Enter Program to run with files that have the Extention GL : _
  164.  
  165.      To view files with the GL extention the program to run is GRASPRT.  So
  166.      lets enter it.
  167.  
  168.         If quiting and no Extention is set Enter your Default Viewer or Editor.
  169.         Enter Program to run with files that have the Extention GL : grasprt
  170.  
  171.      That sets up the viewer to view GL animation files.  When entering the
  172.      programs you can include switches need by the program like so.
  173.  
  174.         If quiting and no Extention is set Enter your Default Viewer or Editor.
  175.         Enter Program to run with files that have the Extention MOD : mp -i
  176.  
  177.      The next lines will ask you to confirm that all information is correct.
  178.  
  179.          Program : GRASPRT   to be run with File Extention : GL
  180.          With Directory Change enabled : N
  181.  
  182.          Is this correct <Y/N> : _
  183.      
  184.      If you answer 'Y'es the information is written to the file and the screen
  185.      is cleared and you continue to the next setup.  If you answer 'N'o the
  186.      information is NOT written to the file and you continue with the setup.
  187.  
  188.      After entering all of the viewers that you want to setup, press enter
  189.      without entering an extension.
  190.      
  191.           Just press enter to quit
  192.           Enter File Extension to be searched for ( as GIF ) : _
  193.      
  194.      You will then see the following line.  You should enter your default
  195.      viewer such as LIST.
  196.      
  197.           Quitting ... Enter Default Viewer/Editor Program : list
  198.  
  199.      You will then be asked to confirm the Default Program. 
  200.  
  201.           Default Viewer/Editor Program : LIST
  202.  
  203.           Is this correct <Y/N> : Y
  204.      
  205.      If you answer 'N'o the information is NOT written to the file and you 
  206.      continue with the setup.  If you answer 'Y'es the data will be written
  207.      and the file closed.  Showing the following line.
  208.  
  209.           Text Written to File
  210.      
  211.      You will then be returned to the DOS prompt and the SVIEW.DAT file is
  212.      complete. If you made a mistake you can use a ASCII text editor to edit
  213.      the DAT file. All letters must be in uppercase.  
  214.  
  215.  
  216.      Here is a sample SVIEW.DAT file.
  217.  
  218.      EXT  :    GL             If this extension
  219.      DIR  :    N              'Y' to change directories
  220.      PRG  :    GRASPRT        Run this program
  221.      EXT  :    FLI
  222.      DIR  :    N              'N' to not change directories
  223.      PRG  :    QUICKFLI
  224.      EXT  :    PCX
  225.      DIR  :    N
  226.      PRG  :    VPIC
  227.      EXT  :    BAS
  228.      DIR  :    Y
  229.      PRG  :    QBASIC
  230.      EXT  :                   If the tested Extension fails the
  231.      DIR  :    N
  232.      PRG  :    LIST           Default Viewer Program will be run
  233.      
  234.  
  235.      As you can see you can run programs from here also.  See the .BAS
  236.      extension and the program QBASIC.  Using this you can view the Basic
  237.      program or even run it.
  238.      
  239.  
  240.           The making of the SEDIT.DAT is done the same way.  You just
  241.      substitute SEDIT.DAT for SVIEW.DAT.  And use Editing programs instead
  242.      of Viewer programs.     
  243.  
  244.      Once the DAT files and SHEZ is set up to use SVE as you are looking at
  245.      the files either listed in the normal directory listing or on the inside
  246.      of the Archive press <CTRL>-ENTER.  The file will be extracted if inside
  247.      of an archive or just viewed otherwise, SVE will run and hopefully this 
  248.      will run the appropriate viewer. The SVE editor works when you select a
  249.      file to edit using 'F8' on the inside of an archive.
  250.      
  251.      
  252.      
  253.       
  254.      
  255.      Credits, Thanks and Other :
  256.      
  257.      Thanks to Jim Derr author of the greatest archive shell ever SHEZ.
  258.      
  259.                California Software Design
  260.                Jim Derr
  261.                P.O. BOX 15248
  262.                Santa Rosa, Ca. 95402
  263.                CSERVE ID 76266,2634
  264.                (707) 575-9868
  265.      
  266.      SVE.EXE - SVEDATMK.EXE : Copyrighted 9/3/1992 by Terry Meritt
  267.  
  268.      These programs are public domain but please do not alter.  There is no
  269.      Registration fee, but donations are welcomed.
  270.      
  271.      If you have suggestions, comments or donations can be sent to.
  272.      
  273.                Terry Meritt
  274.                906 Hillcrest Dr.
  275.                Enid, OK  73701
  276.      
  277.      or leave a message to me on.
  278.      
  279.                D&D Computer Services BBS
  280.                Beaumont, TX
  281.                (409) 899-4573
  282.                14.4K baud USR DS, HST
  283.      
  284.      I hope that these programs will prove useful to at least a few of you
  285.      out there.  If you have any sugguestions for improving or adding more
  286.      features drop me a note at the above address or leave a message on the
  287.      BBS.
  288.      
  289.           These Programs where written using Turbo Pascal 6.0.  If you want
  290.      a copy of the source code send a disk with enough money to cover return
  291.      shipping and I will send you a copy.  If anyone out there knows of a way
  292.      to incorporate the DAT files directly into the EXE let me know.  I
  293.      would like to be able to set the EXT and Programs directly into the EXE
  294.      but still enable the user to set his own extensions and programs.
  295.      
  296.           
  297.      Terry Meritt
  298.